Vcenter Namespaces Networks Nsx Subnets ListResult
Vcenter Namespaces Networks Nsx Subnets ListResult
The Vcenter Namespaces Networks Nsx Subnets ListResult schema represents the result of the GET /vcenter/namespaces/{namespace}/networks/nsx/subnets operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"subnets": [
{
"name": "string",
"type": "string",
"api_version": "string",
"uid": "string",
"labels": {
"labels": "string"
},
"access_mode": "string",
"conditions": [
{
"type": "string",
"condition_status": "string",
"time_stamp": "string",
"reason": "string",
"message": "string"
}
]
}
]
}
subnets
Required
List of all NSX Subnets and SubnetSets.
This property was added in vSphere API 9.0.0.0.